func crypto/aes.gcmAesEnc
2 uses
crypto/aes (current package)
aes_gcm.go#L25: func gcmAesEnc(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, ks []uint32)
aes_gcm.go#L128: gcmAesEnc(&g.productTable, out, plaintext, &counter, &tagOut, g.ks)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)